-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Add missing -lp shortcut for --launch-profile in dotnet run documentation #50128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add missing -lp shortcut for --launch-profile in dotnet run documentation #50128
Conversation
Updated the dotnet run documentation to include the shorthand for launch profile.
meaghanlewis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@abhiramch018 thanks for adding in this shortcut option. I left a couple of comments for you.
|
@meaghanlewis Thanks for reviewing! I’ve applied the changes as per your suggestion. |
|
@dotnet-policy-service agree |
|
@abhiramch018 thanks for your updates. I noticed that this PR has changes from other PRs:
Can remove those extra changed files from this PR? |
This PR adds the missing -lp shorthand for the --launch-profile option in the dotnet run
CLI reference.
Changes made:
Added -lp alias alongside --launch-profile
Added clarification note and consistent formatting
Why:
The previous documentation omitted the -lp shortcut even though it appears in the official CLI help (dotnet run -h).
Internal previews